DEBUGEVT=DEBUGEVT_0, FORCED=FORCED_0, VECTTBL=VECTTBL_0
HardFault Status register
VECTTBL | Indicates a BusFault on a vector table read during exception processing. 0 (VECTTBL_0): no BusFault on vector table read 1 (VECTTBL_1): BusFault on vector table read |
FORCED | Indicates a forced hard fault, generated by escalation of a fault with configurable priority that cannot be handles, either because of priority or because it is disabled. 0 (FORCED_0): no forced HardFault 1 (FORCED_1): forced HardFault |
DEBUGEVT | Reserved for Debug use. When writing to the register you must write 0 to this bit, otherwise behavior is Unpredictable. 0 (DEBUGEVT_0): No Debug event has occurred. 1 (DEBUGEVT_1): Debug event has occurred. The Debug Fault Status Register has been updated. |